﻿
/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";}
a{color: #444;}
a:hover{color: #f60;}
img{ max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{width: 100%;max-width: 1280px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
#hd{
	height: 110px;/*overflow: hidden;*/
	position: relative;
	z-index: 9999;
*zoom:1;	
}
#hd:after,#hd:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
#hd .logo{display: block;float: left;margin-right: 93px; text-align:center;}
#hd .logo img{display: block;margin-top: 25px;}
#hd .time{float: left;padding-top: 38px;}
#hd .time span{/*color: #a4a3a3;*/font-size: 12px;display: block;}
#hd .time h3{font-size: 16px;color: #af090b;font-weight: normal;}
#hd .hdr{float: right; margin-top:35px;}
#hd .top{text-align: right;margin-bottom: 13px;}
#hd .top a{display: inline-block;color: #727171;font-size: 14px;margin-left: 32px;padding-left: 14px;background: url(../images/gicon15.png) no-repeat center left;height: 40px;line-height: 40px;}
#hd .top a.house{padding-left: 20px;background: url(../images/gicon14.png) no-repeat center left;}
#hd .tel{color: #001987;font-size: 16px;padding-left: 32px;background: url(../images/dh.png) no-repeat center left;height: 28px;line-height: 28px;float: left;font-weight: normal;margin-left: 270px; margin-top:41px;}
.linkaes{height:60px;}
.linkaes span{background:#e62129; color:#FFFFFF; padding:10px;}
.linkaes a{
	margin-left:20px;
	font-size:14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right:20px;
}
#hd .tel span{color: #001987;font-size: 24px;font-weight: bold;margin-left: 7px;vertical-align: middle;display: inline-block;margin-top: -3px;}
#hd .soBox{width: 200px;height: 38px;line-height: 38px;float: left;position: relative;}
#hd .inp{width: 100%;border: 1px solid #af0908;padding: 0 33px 0 10px;height: 38px;line-height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#hd .so-btn{width: 38px;height: 36px;background: url(../images/gicon3.png) #af090b no-repeat center center;border-left:1px solid #9ac9da;display: block;position: absolute;right: 1px;top: 1px;border: none;cursor: pointer;}
#hd .soBox dl {position: absolute;left: 1px;top: 1px;width: 44px;text-align: center;}
#hd .soBox dl dt{width: 44px;height: 30px;cursor: pointer;background: url(../images/gicon2.png) no-repeat center center;display: block;border: none;border-right:1px solid #80d3f1;color: #727171;}
#hd .soBox dl dt.on{background: 0;}
#hd .soBox dd {display: none;position: absolute;left: 0;width: 100%;top: 100%;background: #af090b;width: 44px;text-align: center;}
#hd .soBox dd span{line-height: 22px;display: block;cursor: pointer;color: #fff;}
#hd .top a:hover{color: #af090b;}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #af0908;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 10px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
#nv{height: 50px;line-height: 50px;background-color: #af0908;}
#nv ul{float: left;}
#nv li{float: left;}
#nv a{display: block;color: #fff;font-size: 16px;padding: 0 26px;}
#nv li:last-child a{padding: 0 25px 0 25px;position: relative;}
#nv li:last-child a:after{content: '';position: absolute;top: 0;bottom: 0;right: -30px;width: 30px;
    background-color: #af090b;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

#nv dl{margin:0 0 0 0;padding:0;position:absolute;z-index:999;display:none;padding: 0px 0;
}    
#nv dl:after{content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    /*display: none;*/
    z-index: 9999;
}
#nv dd a{font-size: 14px;color: #333;line-height: 30px;height: 30px;overflow: hidden;
	display: block;padding: 0 1px;text-align: center;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .1s;
	-ms-transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	-o-transition: .1s;
}
#nv dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #67191b;
}
#nv dd{border-bottom: 1px solid #eee;}


#nv li.on a,#nv a:hover{background-color: #ce4a45;color: #fff; background:rgba(191, 18, 17, 0.8) none repeat scroll 0 0 !important;
filter:Alpha(opacity=80); background:#bf1211;}

#nv li:last-child.on a:after,#nv li:last-child:hover a:after{opacity: 1;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
/*******************************
  -------[=banner]-------
*******************************/


.index-banner .swiper-container{
    height: 450px;
    position: relative;
}
.index-banner .swiper-slide img{
    width: 100%;
}
.index-banner .swiper-slide a{ display:block; width:100%; height:100%;}
.index-banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.index-banner .swiper-pagination-switch {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: url("../images/dian.png") no-repeat center center;
    margin: 0 8px;
    cursor: pointer;
}
.index-banner .swiper-active-switch {
    background: url("../images/dian2.png") no-repeat center center;
}
.newxlbae{padding-top:18px;}
.newxlbae li{
	line-height:30px;
	font-size:14px;
	padding-left:12px;
	background-image: url(../images/Re.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.newxlbae li span{float:right; font-size:14px;}




#banner{height: 450px;overflow: hidden;}
#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}
#banner .slick-slide{outline: 0;position: relative;left: 0;right: 0;display: block;

}
#banner .slick-arrow{
    position: absolute;top: 50%;margin-top: -39px;overflow: hidden;border: none;background: none;cursor: pointer;
    width: 43px;height: 79px;font-size: 0;line-height: 0;z-index: 999;outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 43px auto;
    -ms-background-size: 43px auto;
    -moz-background-size: 43px auto;
    -webkit-background-size: 43px auto;
    background-size: 43px auto;
}
#banner .slick-prev{left: 203px;background-image: url(../images/arrow-l.png);}
#banner .slick-next{right: 203px;background-image: url(../images/arrow-r.png);}

#banner .slick-dots{position: absolute;left: 0;right:0;bottom: 36px;text-align: center;z-index: 99;}
#banner .slick-dots li{display: inline-block;margin: 0 12px;text-indent: -9999em;}
#banner .slick-dots li button{display: block;width: 13px;height: 13px;text-indent: -9999em;border: none;outline: 0;cursor: pointer;border: 1px solid #b3b1be;padding: 0 0;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
}
#banner .slick-dots li.slick-active button{background-color: #ef9400;}

#banner2{height: 207px;overflow: hidden;}
#banner2 .slick-slider,#banner2 .slick-list,#banner2 .slick-track,#banner2 .slick-slide{height: 100%;}
#banner2 .slick-slide{outline: 0;position: relative;left: 0;right: 0;display: block;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size:  100% 100%;
    -ms-background-size:  100% 100%;
    -moz-background-size:  100% 100%;
    -webkit-background-size:  100% 100%;
    background-size: 100% 100%;
}
#banner2 .slick-arrow{
    position: absolute;top: 50%;margin-top: -39px;overflow: hidden;border: none;background: none;cursor: pointer;
    width: 43px;height: 79px;font-size: 0;line-height: 0;z-index: 999;outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 43px auto;
    -ms-background-size: 43px auto;
    -moz-background-size: 43px auto;
    -webkit-background-size: 43px auto;
    background-size: 43px auto;
}

/*******************************
  -------[=底部]-------
********************************/
#fd{padding: 30px 0;background-color: #af090b;color: #fff;font-size: 14px;overflow: hidden;}
#fd.ab-fd{position: fixed;bottom: 0;left: 0;right: 0;}
#fd .fd-l{width: 908px;float: left;padding-right:110px;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#fd .fd-l .copy{line-height:28px;}
#fd .fd-r{float: left;}
#fd .link,#fd .top{margin-bottom: 8px;}
#fd .link dt{float: left;}
#fd .link dd{padding-left: 68px;}
#fd a{display: inline-block;color: #fff;}
#fd a:hover{text-decoration: underline;}
/*******************************
    -------[=正文]-------
********************************/
/*
-----------------[公用头部]--------------*/
.g-tab1{border-bottom: 1px solid #cccccc;height: 54px;line-height: 54px;position: relative;font-size: 14px;}
.g-tab1 li{display: inline-block;margin-right: 55px;}
.g-tab1 li a{color: #af090b;font-size: 18px;position: relative;display: block;}
.g-tab1 li.on a,.g-tab1 a:hover{font-weight: bold;}
.g-tab1 li a:after{position: absolute;left: 0;right: 0;height: 4px;background-color:#af090b;bottom: -2px;display: none;content: '';}
.g-tab1 li.on a:after,.g-tab1 li a:hover:after{display: block;}
.g-tab1 .more{display: block;position: absolute;color: #3e3a39;text-transform: uppercase;right: 0;bottom: 0;height: 54px;line-height: 54px; margin-right:10px;}
.g-tab2 li a{color: #af090b;}
.g-tab2 li.on a,.g-tab2 a:hover{/*font-weight: normal;*/}
.g-tab2 li{margin-right: 28px;}
.g-cur{color: #727171;font-size: 14px; background:#f5f5f5; line-height:46px;}
.g-cur a{color:#727171; }
.g-cur a:hover{color: #af090b;}
.row{overflow: hidden;margin-bottom: 60px;}
.side-col{width: 22%;float: left;}
.main-col{width: 73%;float: right;}
.s-nav{background-color: #f6f6f6;line-height: 60px;font-size: 18px;border-bottom: 1px solid #c1c1c2;margin-top: 18px;}
.s-nav a{display: block;color: #3e3a39;border-bottom: 1px solid #c1c1c2;height: 50px;overflow: hidden;line-height: 50px;
}
.s-nav .s1{text-align: center; background:#a40d04; color:#FFFFFF;}
.s1 .a{color:#FFFFFF; text-decoration:none;}
.s-nav dl{ text-align:center; font-size:16px;}
.s-nav dl dd:last-child a{border-bottom:none; font-size:16px;}
.s-nav a:hover,.s-nav .on a{color: #af090b;}
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

.s-nav2{line-height: 58px;font-size: 16px;border-bottom: 1px solid #c1c1c2;margin-top: 43px;border-top:4px solid #af090b;}
.s-nav2 a{display: block;color: #3e3a39;border-bottom: 1px solid #c1c1c2;height: 58px;overflow: hidden;}
.s-nav2 .s1{text-align: center;background-color: #f3f3f3;font-weight: bold;position: relative;font-size: 18px;}
.s-nav2 dl dd:last-child a{border-bottom:none;}
.s-nav2 dl a{padding:0 10px 0 72px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s-nav2 a:hover,.s-nav2 .on a{color: #af090b;}
.s-nav2 .s1 i{position: absolute;width: 29px;height: 31px;top: 50%;margin-top: -15px;left: 19px;}
.s-nav2 .s1 .icon1{background: url(../images/gicon25.png) no-repeat center center;}
.s-nav2 .s1 .icon2{background: url(../images/gicon26.png) no-repeat center center;}
.g-title1{
	height: 40px;
	line-height: 40px;
	color: #af090b;
	margin-bottom: 2px;
	background:#f5f5f5;
	margin-top:20px;
	padding-left:20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #a9160e;
}
.g-title1 h2{display: inline-block;position: relative;font-size: 18px;}

.m-page{text-align: center;margin-bottom: 100px;}
.m-page li{display: inline-block;margin: 0 2px;}
.m-page a{display: block;padding: 0 9px;border: 1px solid #d8d8d8;height: 25px;line-height: 25px;color: #3e3a39;}
.m-page .num:hover a,.m-page .num.on a{border-color: #fff;color: #af090b;font-weight: bold;}
.m-page .txt:hover a,.m-page .txt.on a{background-color:#af090b;color: #fff;border-color: #af090b;}
.g-title2{height: 87px;line-height: 87px;border-bottom:1px solid #c1c1c2;color: #3e3a39;font-size: 18px;}